3.1.58 \(\int \frac {x^4}{(b x^2)^{5/2}} \, dx\) [58]

Optimal. Leaf size=16 \[ \frac {x \log (x)}{b^2 \sqrt {b x^2}} \]

[Out]

x*ln(x)/b^2/(b*x^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {15, 29} \begin {gather*} \frac {x \log (x)}{b^2 \sqrt {b x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^4/(b*x^2)^(5/2),x]

[Out]

(x*Log[x])/(b^2*Sqrt[b*x^2])

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[a^IntPart[m]*((a*x^n)^FracPart[m]/x^(n*FracPart[m])), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rubi steps

\begin {align*} \int \frac {x^4}{\left (b x^2\right )^{5/2}} \, dx &=\frac {x \int \frac {1}{x} \, dx}{b^2 \sqrt {b x^2}}\\ &=\frac {x \log (x)}{b^2 \sqrt {b x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 15, normalized size = 0.94 \begin {gather*} \frac {x^5 \log (x)}{\left (b x^2\right )^{5/2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^4/(b*x^2)^(5/2),x]

[Out]

(x^5*Log[x])/(b*x^2)^(5/2)

________________________________________________________________________________________

Maple [A]
time = 0.02, size = 14, normalized size = 0.88

method result size
default \(\frac {x^{5} \ln \left (x \right )}{\left (b \,x^{2}\right )^{\frac {5}{2}}}\) \(14\)
risch \(\frac {x \ln \left (x \right )}{b^{2} \sqrt {b \,x^{2}}}\) \(15\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4/(b*x^2)^(5/2),x,method=_RETURNVERBOSE)

[Out]

1/(b*x^2)^(5/2)*x^5*ln(x)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 6, normalized size = 0.38 \begin {gather*} \frac {\log \left (x\right )}{b^{\frac {5}{2}}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(b*x^2)^(5/2),x, algorithm="maxima")

[Out]

log(x)/b^(5/2)

________________________________________________________________________________________

Fricas [A]
time = 0.35, size = 16, normalized size = 1.00 \begin {gather*} \frac {\sqrt {b x^{2}} \log \left (x\right )}{b^{3} x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(b*x^2)^(5/2),x, algorithm="fricas")

[Out]

sqrt(b*x^2)*log(x)/(b^3*x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^{4}}{\left (b x^{2}\right )^{\frac {5}{2}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**4/(b*x**2)**(5/2),x)

[Out]

Integral(x**4/(b*x**2)**(5/2), x)

________________________________________________________________________________________

Giac [A]
time = 1.18, size = 11, normalized size = 0.69 \begin {gather*} \frac {\log \left ({\left | x \right |}\right )}{b^{\frac {5}{2}} \mathrm {sgn}\left (x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^4/(b*x^2)^(5/2),x, algorithm="giac")

[Out]

log(abs(x))/(b^(5/2)*sgn(x))

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.06 \begin {gather*} \int \frac {x^4}{{\left (b\,x^2\right )}^{5/2}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^4/(b*x^2)^(5/2),x)

[Out]

int(x^4/(b*x^2)^(5/2), x)

________________________________________________________________________________________